#DYFooter {
	position: relative;
	width:100%;
	height:37px;
	background-color:red;
	background: white url('../images/dy_footer_logo.gif') 20px 9px no-repeat;
	
	font-family: 'Arial';
	font-size: 10px;
	color: #666;
	z-index:		101;
}

#DYFooterContainer{
	position: relative;
	float: right;
	margin-right:20px;
}

.DYFooterBoxContainer{
	position:relative;
	margin:8px 1px 0 0;
	width: 100px;
	float: right;	
	overflow: hidden;
}

.DYFooterBox{
	position:relative;
	width:500px;
}

.DYFooterBox div{
	position:relative;
	float: left;	
}

.DYFooterTitle{
	position:relative;
	width: 90px;
	right:0px;
	background-color:#d9d9d9;
	padding: 4px 0px 4px 0px;
	text-align: center;
}

.DYFooterDirection {
	color: #333;
	margin: 4px 8px 0 8px;
}
